-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Иван Колобаев - тестирование #39
base: master
Are you sure you want to change the base?
Conversation
функция buildObjectUrl перенесена в хелпер navigation
browserName: 'chrome' | ||
} | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Здорово, что два браузера 👍
@@ -0,0 +1,23 @@ | |||
module.exports = { | |||
baseUrl: 'http://127.0.0.1:3000', | |||
gridUrl: 'http://127.0.0.1:4444/wd/hub', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Расскажи как устанавливал selenium? Docker/локально/глобально?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Глобально. Про докер как то не подумал (
sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { | ||
echo >&2 Duplicate Signed-off-by lines. | ||
exit 1 | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Черная магия какая-то. Что тут происходит?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixtures/repo.git/ это bare репо для интеграционных тестов, это какой то пример хука гита, удалил все подобные примеры
.split('/') | ||
.slice(3) | ||
.join('/')}`, | ||
'/files/a35931b770328564ddde0ca70ccdab832b22e97a/' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Про хардкод ссылок написал в тикете
.split('/') | ||
.slice(3) | ||
.join('/')}`, | ||
'/files/a35931b770328564ddde0ca70ccdab832b22e97a/' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
И тут и дальше по коду
No description provided.